-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix: revert revert and add ssh back into guide docs #4071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4071 +/- ##
=======================================
Coverage 64.12% 64.12%
=======================================
Files 36 36
Lines 1873 1873
Branches 379 379
=======================================
Hits 1201 1201
Misses 571 571
Partials 101 101 Continue to review full report at Codecov.
|
✨ Coder.com for PR #4071 deployed! It will be updated on every commit.
|
Checked the preview. Looks good! @BrunoQuaresma any idea why the docs are making this shield round? When I look at it in the browser, it's square like the others. See here |
@jsjoeio I will check it. Probably a random CSS class. Also, when adding badges, it is recommended to make it a link, even if it is only an image. When it is an image, you can make it a link pointing to the image itself. It is how GH does to make their badges inline. You can inspect how our README.md looks like on GH inspecting the badges. |
@jsjoeio also, looks like we are not closing a code block here: |
Ah okay, I'll match that. |
Nice catch! I'll fix that too |
I just checked and these are already links 🤔 Not sure what else we can do then. |
9b65bb5
to
3d3b8ab
Compare
Ready for another review! @BrunoQuaresma |
@jsjoeio I sent a PR just fixing the link on the terminal badge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll merge after I get this merged in: #4085 |
@jsjoeio I need to tell, the ngrok URL changes every time, as well as the port. One time you run ngrok, you get 0.tcp.ngrok.io and port 19028, but the next time you run it, you will get 2.tcp.ngrok.io and 10320, and it goes on. So, add |
Ahh good call @im-coder-lg - thanks for mentioning that! |
aed32c2
to
2c1aed2
Compare
👍 |
#4042 broke our docs website, #4060 reverted the change.
Thanks to @mterhar, I think we found the issue.
We're working with @BrunoQuaresma to prevent issues like this in the future.
Related: